object Form2: TForm2 Left = 240 Top = 145 BorderIcons = [] BorderStyle = bsSingle Caption = 'Serial Ports Setup' ClientHeight = 302 ClientWidth = 274 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = True Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel3: TBevel Left = 4 Top = 48 Width = 265 Height = 249 end object Bevel2: TBevel Left = 4 Top = 4 Width = 265 Height = 41 end object L_SetCOM: TLabel Left = 76 Top = 8 Width = 34 Height = 16 Caption = 'COM' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Bevel1: TBevel Left = 20 Top = 80 Width = 233 Height = 58 Shape = bsFrame end object ModelDescription: TLabel Left = 12 Top = 28 Width = 82 Height = 13 Caption = 'ModelDescription' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object CB_FIFO_32: TCheckBox Left = 30 Top = 88 Width = 129 Height = 17 Caption = 'Use 32 Bytes FIFO ' Checked = True State = cbChecked TabOrder = 0 OnClick = CB_FIFO_32Click end object CB_AFE: TCheckBox Left = 30 Top = 56 Width = 161 Height = 17 Caption = 'Auto Flow Control Enable' Checked = True State = cbChecked TabOrder = 1 end object RG_RxTriggerLevel: TRadioGroup Left = 20 Top = 148 Width = 233 Height = 105 Caption = ' Receive Trigger Level ' ItemIndex = 3 Items.Strings = ( '1 Bytes' '4 Bytes' '8 Bytes' '14 Bytes') TabOrder = 2 end object Button1: TButton Left = 40 Top = 264 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 160 Top = 264 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 4 OnClick = Button2Click end object CB_FIFO_64: TCheckBox Left = 30 Top = 116 Width = 129 Height = 17 Caption = 'Use 64 Bytes FIFO ' Checked = True State = cbChecked TabOrder = 5 OnClick = CB_FIFO_64Click end end